<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.kj-modal.fade .modal-dialog {
    transform: translate(100%, 0);
}

.kj-modal.in .modal-dialog {
    transform: translate(0, 0);
}

.kj-modal .modal-body {
    padding: 0;
}

.kj-nav-all {
    padding-right: 15px;
}

.kj-nav-list2 li {
    position: relative;
}

    .kj-nav-list2 li i {
        position: absolute;
        right: 25px;
        top: 12px;
    }

/*    .kj-nav-list2 li:last-child {
        display: none;
    }
*/
.kj-nav-list2 ul li:last-child {
    display: block;
}

.kj-nav-list2 {
    margin: 0;
    padding: 0;
}

    .kj-nav-list2 li {
        line-height: 40px;
        list-style: none;
        padding-left: 25px;
        border-left: 5px solid transparent;
    }

        .kj-nav-list2 li a {
            color: #333;
        }



.kj-nav2-li.active {
    border-left: 5px solid #dd3b3f;
    color: #dd3b3f;
}

    .kj-nav2-li.active a {
        color: #dd3b3f;
    }

.kj-nav-list2 ul {
    padding: 0;
    margin: 0;
}
/*大包装询价*/
#blukquote_dialog .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

    #blukquote_dialog .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    #blukquote_dialog .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative
    }

        #blukquote_dialog .formcolumn-item dd input {
            width: 90%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            #blukquote_dialog .formcolumn-item dd input:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd textarea {
            width: 90%;
            height: 150px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            #blukquote_dialog .formcolumn-item dd textarea:focus {
                border: 1px solid #66afe9;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)
            }

        #blukquote_dialog .formcolumn-item dd .form-vcodebox img {
            height: 38px;
        }

#blukquote_dialog .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

#blukquote_dialog .formcolumn-item dd .form-vcodebox {
    width: 110px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

#blukquote_dialog .formcolumn-item dd .formcom-vcode {
    width: 20%;
}

#blukquote_dialog .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

#blukquote_dialog .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}

#blukquote_dialog .modal-footer {
    border-top: 0;
    padding: 15px 0 30px 0;
}

    #blukquote_dialog .modal-footer input {
        background: #78bbe6;
        color: #fff;
        width: 40%;
        padding: 0;
        font-size: 16px;
        height: 40px;
        transition: all 0.2s linear 0s;
    }

        #blukquote_dialog .modal-footer input:hover {
            background: #1d64a4;
        }

        #blukquote_dialog .modal-footer input:hover {
            color: #fff;
        }

.kj-left {
    position: fixed;
    right: 10px;
    top: 30%;
    z-index: 200;
}

    .kj-left li {
        list-style: none;
        color: #fff;
        width: 65px;
        height: 65px;
        background-color: #dd3b3f;
        text-align: center;
        font-size: 12px;
        transition-duration: 0.39s;
        position: relative;
        margin-bottom: 1px;
        padding-top: 10px;
    }

        .kj-left li div {
            position: absolute;
            left: -120px;
            top: 0;
            width: 120px;
            background-color: #b33033;
            min-height: 65px;
            display: none;
            padding: 10px;
        }

            .kj-left li div a {
                color: #fff;
            }

            .kj-left li div img {
                width: 80%;
            }

            .kj-left li div p:first-child {
                margin-top: 5px;
            }

        .kj-left li i {
            font-size: 26px;
            color: #fff;
            margin-bottom: 5px;
        }

        .kj-left li:hover {
            background-color: #b33033;
            color: #fff;
            text-decoration: none;
            box-shadow: none;
        }

            .kj-left li:hover i {
                color: #fff;
            }

            .kj-left li:hover div {
                display: block;
            }

            .kj-left li:hover .kj-sdf {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                align-items: center;
            }

.kj-go-top {
    margin-top: 15px;
}

.kj-left a {
    color: #fff;
    text-decoration: none;
}

    .kj-left a:hover {
        color: #fff !important;
    }

.kj-left .kj-shopcart-count {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 3px;
    right: 5px;
}
.kj-site-top-logo-phone {
    display: none;
}
.kj-modal.fade .modal-dialog {
    transform: translate(100%, 0);
}

.kj-modal.in .modal-dialog {
    transform: translate(0, 0);
}

.container {
    padding: 0;
}

.kj-site-top {
    position: relative;
    font-size: 12px;
}

.kj-top-header {
    font-size: 12px;
    background-color: #f5f5f5;
}

    .kj-top-header .col-xs-6 {
        display: flex;
        align-items: center;
        height: 35px;
    }

    .kj-top-header .kj-rightTop {
        justify-content: right;
    }

    .kj-top-header .kj-rightTop {
        text-align: right;
    }

        .kj-top-header .kj-rightTop a {
            color: #666;
        }

        .kj-top-header .kj-rightTop .kj-redin {
            color: #dd3b3f;
            margin: 0 10px;
        }

.kj-top-center .col-xs-6 {
    height: 135px;
    display: flex;
    align-items: center;
}

.kj-top-center .kj-lianxileft-out {
    justify-content: right;
}

.kj-top-center .kj-logo {
    display: block;
}

    .kj-top-center .kj-logo img {
        width: 200px;
    }

.kj-lianxileft {
    display: flex;
    align-items: center;
    justify-content: right;
}

    .kj-lianxileft .kj-tel {
        display: flex;
    }

        .kj-lianxileft .kj-tel img {
            width: 40px;
        }

        .kj-lianxileft .kj-tel i {
            display: block;
            background-color: #e5e5e5;
            height: 40px;
            width: 1px;
            margin: 0 20px;
        }

    .kj-lianxileft .kj-cart {
        margin-left: 20px;
        color: #333;
    }

.kj-navbar-header {
    padding: 15px 0;
}

.kj-navbar .btn-group-vertical &gt; .btn-group::after,
.kj-navbar .btn-group-vertical &gt; .btn-group::before,
.kj-navbar .btn-toolbar::after,
.kj-navbar .btn-toolbar::before,
.kj-navbar .clearfix::after,
.kj-navbar .clearfix::before,
.kj-navbar .container-fluid::after,
.kj-navbar .container-fluid::before,
.kj-navbar .container::after,
.kj-navbar .container::before,
.kj-navbar .dl-horizontal dd::after,
.kj-navbar .dl-horizontal dd::before,
.kj-navbar .form-horizontal .form-group::after,
.kj-navbar .form-horizontal .form-group::before,
.kj-navbar .modal-footer::after,
.kj-navbar .modal-footer::before,
.kj-navbar .modal-header::after,
.kj-navbar .modal-header::before,
.kj-navbar .nav::after,
.kj-navbar .nav::before,
.kj-navbar .navbar-collapse::after,
.kj-navbar .navbar-collapse::before,
.kj-navbar .navbar-header::after,
.kj-navbar .navbar-header::before,
.kj-navbar .navbar::after,
.kj-navbar .navbar::before,
.kj-navbar .pager::after,
.kj-navbar .pager::before,
.kj-navbar .panel-body::after,
.kj-navbar .panel-body::before,
.kj-navbar .row::after,
.kj-navbar .row::before {
    display: none;
}

.kj-navbar {
    width: 100%;
    transition-duration: 0.39s;
}

    .kj-navbar .navbar-form {
        padding-left: 0;
    }

    .kj-navbar .navbar-default {
        background-color: #dd3b3f;
        border-radius: 0;
        border: none;
        margin-bottom: 0;
        transition-duration: 0.39s;
    }

        .kj-navbar .navbar-default .navbar-nav &gt; li &gt; a:focus,
        .kj-navbar .navbar-default .navbar-nav &gt; li &gt; a:hover {
            color: #fff;
            border-color: #fff;
        }

        .kj-navbar .navbar-default .navbar-nav &gt; li &gt; a {
            color: #fff;
            padding:0 26px;
            font-size: 16px;
         
            transition-duration: 0.39s;
        }
.kj-navbar-nav .li-kj-navScoll .dropdown-menu {
    height: 410px;
    overflow-y: scroll;
}
    .kj-navbar-nav .li-kj-navScoll .dropdown-menu::-webkit-scrollbar {
        width: 4px;
        height: 16px;
        background-color:#ddd;
    }

    .kj-navbar-nav .li-kj-navScoll .dropdown-menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #dd3b3f;
    }

    .kj-navbar-nav .li-kj-navScoll .dropdown-menu::-webkit-scrollbar-track {
        border-radius: 5px;
        background: none
    }

.kj-navbar .collapse {
    padding: 0;
}

    .kj-navbar .kj-navbar-form {
        margin-left: 57px;
        display: flex;
        justify-content: center;
        background-color: #b33033;
    }

        .kj-navbar .kj-navbar-form .input-group .kj-form-control {
            border: none;
            background-color: transparent;
            box-shadow: none;
            color: #fff;
            height: 40px;
            width: 265px;
        }

            .kj-navbar .kj-navbar-form .input-group .kj-form-control::-webkit-input-placeholder {
                color: #fff;
            }

        .kj-navbar .kj-navbar-form .input-group .kj-input-group-addon {
            background-color: transparent;
            color: #fff;
            border: none;
            padding: 0;
            font-size: 20px;
        }

.kj-position {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
}

.kj-navbar-brand {
    display: block;
    padding: 0;
    height: auto;
    padding-left: 15px;
}

    .kj-navbar-brand img {
        max-width: 100%;
    }

#kj-top-logo {
    display: none;
}

.kj-top-navbar {
    position: fixed;
    top: 0;
    left: 0;
}

    .kj-top-navbar .kj-navbar-brand {
        width: 100%;
    }

        .kj-top-navbar .kj-navbar-brand img {
            width: 100%;
        }

        .kj-top-navbar .kj-navbar-brand i {
            display: none;
        }

        .kj-top-navbar .kj-navbar-brand #kj-top-logo {
            display: block;
        }

    .kj-top-navbar .navbar-default {
        background-color: #fff;
    }

        .kj-top-navbar .navbar-default .kj-navbar-header {
            width: 180px;
        }

        .kj-top-navbar .navbar-default .kj-logo {
            display: none !important;
        }

        .kj-top-navbar .navbar-default .navbar-nav &gt; li &gt; a {
            color: #333;
            padding-left: 34px;
        }

.kj-navbar-form .navbar-form {
    margin: 0 !important;
}

.kj-default-swiper1 {
    height: 410px;
}

    .kj-default-swiper1 .swiper-slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.kj-three {
    margin: 20px 0px;
}

    .kj-three .kj-box {
        display: flex;
        align-items: center;
        height: 85px;
        padding-left: 15px;
        border: 1px solid #ececec;
    }

        .kj-three .kj-box img {
            width: 50px;
           
        }

        .kj-three .kj-box span {
            margin-right: 25px;
        }

        .kj-three .kj-box a {
            color: #9c9c9c;
            font-size: 12px;
        }

        .kj-three .kj-box h3 {
            margin: 0;
            margin-top: 5px;
            font-size: 18px;
            color: #6f6f6f;
        }

.container {
    width: 1000px;
}

.kj-index-pro {
    margin-top: 20px;
}

    .kj-index-pro .nav-tabs &gt; li {
        margin-right: 10px;
    }

        .kj-index-pro .nav-tabs &gt; li &gt; a {
            margin: 0;
            border: none;
            color: #6f6f6f;
            background-color: #f2f2f2;
            font-size: 16px;
            padding: 10px 30px;
            border-radius: 0;
            border-bottom: none;
        }

    .kj-index-pro .nav-tabs {
        border: none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
    }

        .kj-index-pro .nav-tabs &gt; li.active &gt; a,
        .kj-index-pro .nav-tabs &gt; li.active &gt; a:focus,
        .kj-index-pro .nav-tabs &gt; li.active &gt; a:hover {
            border: none;
            background-color: #fff;
            border-radius: 0;
            color: #fff;
            cursor: pointer;
            background-color: #dd3b3f;
        }

        .kj-index-pro .nav-tabs &gt; li {
            margin-bottom: 0px;
        }

    .kj-index-pro .nav &gt; li &gt; a:focus,
    .kj-index-pro .nav &gt; li &gt; a:hover {
        border: none;
        background-color: #fff;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        background-color: #dd3b3f;
    }

.kj-newpro {
    background-color: #f6f6f6;
    padding: 3px;
    padding-bottom: 10px;
}

    .kj-newpro a {
        display: block;
        color: #333;
        margin-top: 10px;
        text-align: center;
    }

    .kj-newpro .kj-proimg {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px;
        background-color: #fff;
        margin-top: 0;
        overflow: hidden;
    }

        .kj-newpro .kj-proimg img {
            max-width: 100%;
            max-height: 100%;
            transition: all 0.6s;
            cursor: pointer;
        }

    .kj-newpro:hover .kj-proimg img {
        transform: scale(1.3);
    }

.kj-default-swiper3-out,
.kj-default-swiper4-out {
    position: relative;
}

    .kj-default-swiper3-out .swiper-button-next,
    .kj-default-swiper4-out .swiper-button-next,
    .kj-default-swiper3-out .swiper-button-prev,
    .kj-default-swiper4-out .swiper-button-prev {
        background-size: 35px 35px;
        top: -14%;
    }

    .kj-default-swiper3-out .swiper-button-prev,
    .kj-default-swiper4-out .swiper-button-prev {
        background-image: url(../images/arrow-left.png);
        left: auto;
        right: 10px;
    }
        .kj-default-swiper3-out .swiper-button-prev:hover,
        .kj-default-swiper4-out .swiper-button-prev:hover {
            background-image: url('../images/arrow-left 1.png');
        }
    .kj-default-swiper3-out .swiper-button-next:hover,
    .kj-default-swiper4-out .swiper-button-next:hover {
        background-image: url(../images/arrow-right1.png);
    }
    .kj-default-swiper3-out .swiper-button-next,
    .kj-default-swiper4-out .swiper-button-next {
        background-image: url(../images/arrow-right.png);
        right: -8px;
    }

.kj-index-connect {
    margin-top: 20px;
}

    .kj-index-connect .kj-connect-box {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 250px;
       
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .kj-index-connect .kj-connect-box div {
            text-align: center;
        }

        .kj-index-connect .kj-connect-box h3 {
            margin: 0;
            font-size: 25px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .kj-index-connect .kj-connect-box a {
            color: #fff;
        }

        .kj-index-connect .kj-connect-box span {
            color: #fff;
        }

        .kj-index-connect .kj-connect-box i {
            display: block;
            width: 40px;
            height: 2px;
            background-color: #fff;
            margin: 0 auto;
            margin-top: 15px;
        }



.kj-default-swiper4 .swiper-slide .media-left a, .kj-news .media-left a {
display: block;
height: 130px;
width: 190px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.kj-default-swiper4 .swiper-slide .media-body, .kj-news .media-body {
    padding-left: 0px;
}

    .kj-default-swiper4 .swiper-slide .media-body h4, .kj-news .media-body h4{
        padding-top: 10px;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
        margin: 0;
    }

        .kj-default-swiper4 .swiper-slide .media-body h4 a, .kj-news .media-body h4 a {
            color: #333;
            display: -webkit-box;
            text-decoration: none;
            transition-duration: 0.39s;
            overflow: hidden;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

            .kj-default-swiper4 .swiper-slide .media-body h4 a:hover, .kj-news .media-body h4 a:hover {
                color: #dd3b3f;
            }

    .kj-default-swiper4 .swiper-slide .media-body div, .kj-news .media-body div {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #999;
        margin-top: 10px;
    }

.kj-brand-center {
    margin: 35px 0;
}

.kj-swiper5-out {
    position: relative;
}

    .kj-swiper5-out .swiper-button-next,
    .kj-swiper5-out .swiper-button-prev {
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
        top: 53%;
    }

    .kj-swiper5-out .swiper-button-next {
        background-image: url('../images/arrow-right.png');
        right: -10px;
    }
    .kj-swiper5-out .swiper-button-next:hover {
        background-image: url('../images/arrow-right1.png');
        
    }

    .kj-swiper5-out .swiper-button-prev {
        background-image: url('../images/arrow-left.png');
        left: -10px;
    }
        .kj-swiper5-out .swiper-button-prev:hover {
            background-image: url('../images/arrow-left 1.png');
        }
        .kj-default-swiper5 {
            width: 93%;
        }

    .kj-default-swiper5 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 140px;
    }

    .kj-default-swiper5 .kj-com-pro {
        width: 140px;
        margin: 0 auto;
    }

    .kj-default-swiper5 .kj-com-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 65px;
    }

        .kj-default-swiper5 .kj-com-img img {
            max-width: 100%;
            max-height: 65px;
        }

.kj-online {
    background-image: url('../images/ca.png');
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .kj-online .row {
        margin-right: 0;
        margin-left: 0;
    }

    .kj-online .col-md-3 {
        padding: 0;
    }

    .kj-online .col-md-9 {
        padding: 0;
    }

    .kj-online .kj-online-out {
        height: 90px;
        display: flex;
        align-items: center;
    }

    .kj-online .kj-online-left {
        color: #fff;
    }

        .kj-online .kj-online-left h3 {
            margin: 0;
        }

    .kj-online .kj-online-right {
        display: flex;
        height: 90px;
        align-items: center;
        justify-content: space-between;
    }

    .kj-online .kj-lines {
        height: 60px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .kj-online .kj-online-box {
        text-align: center;
    }

        .kj-online .kj-online-box span {
            display: block;
            text-align: center;
            color: #fff;
        }

        .kj-online .kj-online-box img {
            width: 45px;
        }

.kj-concact {
    padding-top: 50px;
    background-color: #303030;
    min-height: 285px;
}

    .kj-concact .kj-concact-top-bb {
        color: #000;
        line-height: 22px;
    }

        .kj-concact .kj-concact-top-bb h4 {
            font-size: 14px;
            font-weight: lighter;
            margin-top: 40px;
            line-height: 22px;
        }

        .kj-concact .kj-concact-top-bb div {
            margin-top: 20px;
            font-weight: lighter;
        }

    .kj-concact .kj-concact-bottom-all {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .kj-concact .kj-concact-bottom ul {
        padding-left: 0;
    }

        .kj-concact .kj-concact-bottom ul li {
            list-style: none;
            line-height: 32px;
            color: #fff;
        }

            .kj-concact .kj-concact-bottom ul li i {
                color: #ed9a10;
                margin-right: 10px;
            }

            .kj-concact .kj-concact-bottom ul li a {
                color: #fff;
            }

            .kj-concact .kj-concact-bottom ul li:first-child {
                font-size: 16px;
                width: 100px;
                margin-bottom: 5px;
            }

.kj-concact-bottom-qr div {
    text-align: center;
}

    .kj-concact-bottom-qr div span {
        display: block;
        color: #fff;
        text-align: left;
        font-size: 16px;
        margin-bottom: 19px;
        margin-top: 5px;
        text-align: center;
    }

.kj-concact-bottom-qr img {
    width: 100px;
}

.kj-footer-bottom {
    color: #fff;
    line-height: 25px;
    padding: 10px 0;
    background-color: #1d1d1d;
}

    .kj-footer-bottom .kj-footer-bottom-in {
        display: flex;
        justify-content: space-between;
    }

    .kj-footer-bottom a {
        color: #fff;
    }

.kj-index-connect .kj-connect-box:hover {
    background-size: 200%;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

@media screen and (max-width: 1200px) {
    .kj-navbar .navbar-default .navbar-nav &gt; li &gt; a {
        padding: 0 20px;
        font-size: 15px;
    }

    .kj-default-swiper1 {
        height: 340px;
    }
}
.kj-bg-img{
    display:block;
}
.kj-nota {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0 10px;
}
/*产品中心*/
.kj-news-nav {
    position: relative;
}

  

    .kj-news-nav ol {
        padding-left: 0px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 0;
        background-color: transparent;
    }

        .kj-news-nav ol .active {
            color: #333;
        }

        .kj-news-nav ol li::before {
            content: "\00A0&gt;\00A0";
        }

        .kj-news-nav ol li:last-child a {
            color: #333;
        }

        .kj-news-nav ol li:first-child::before {
            content: "";
        }

        .kj-news-nav ol li {
            list-style: none;
        }

            .kj-news-nav ol li a {
                color: #999;
            }
.kj-product-list-nav {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

    .kj-product-list-nav .kj-product-list-nav-in {
        position: relative;
        border-bottom: 1px dashed #e0e0e0;
    }

        .kj-product-list-nav .kj-product-list-nav-in span {
            color: #999999;
            display: block;
            height: 30px;
            line-height: 30px;
            position: absolute;
            top: 5px;
        }

            .kj-product-list-nav .kj-product-list-nav-in span:first-of-type {
                left: 0;
                width: 70px;
            }

            .kj-product-list-nav .kj-product-list-nav-in span:last-of-type {
                right: 0;
                width: 39px;
            }

                .kj-product-list-nav .kj-product-list-nav-in span:last-of-type::before {
                    content: "更多";
                }

        .kj-product-list-nav .kj-product-list-nav-in .kj-product-list-see-more::before {
            content: "收起" !important;
        }

    .kj-product-list-nav ul {
        width: 97%;
        padding-left: 65px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        height: 40px;
        overflow: hidden;
        padding-right: 40px;
    }

        .kj-product-list-nav ul li {
            list-style: none;
            margin-right: 20px;
            height: 40px;
            line-height: 40px;
        }

            .kj-product-list-nav ul li a {
                color: #333;
            }

                .kj-product-list-nav ul li a.active {
                    color: #ea5047;
                }

            .kj-product-list-nav ul li:first-child {
                color: #da261c;
            }

    .kj-product-list-nav .kj-product-list-nav-in:last-child {
        border: none;
    }

.kj-product-list-nav-change span:last-of-type::before {
    content: "收起" !important;
}

.kj-product-list-nav-change ul {
    overflow: initial;
    height: auto;
}
    .kj-news-product-list-nav i {
        top: 28%;
    }

    .kj-news-product-list-nav ul {
        height: 50px;
    }

        .kj-news-product-list-nav ul li a {
            color: #999;
        }

        .kj-news-product-list-nav ul li:last-child a {
            color: #333;
        }

.kj-product-list-nav {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

    .kj-product-list-nav .kj-product-list-nav-in {
        position: relative;
        border-bottom: 1px dashed #e0e0e0;
    }

        .kj-product-list-nav .kj-product-list-nav-in span {
            color: #999999;
            display: block;
            height: 30px;
            line-height: 30px;
            position: absolute;
            top: 5px;
        }

            .kj-product-list-nav .kj-product-list-nav-in span:first-of-type {
                left: 0;
                width: 70px;
            }

            .kj-product-list-nav .kj-product-list-nav-in span:last-of-type {
                right: 0;
                width: 39px;
            }

                .kj-product-list-nav .kj-product-list-nav-in span:last-of-type::before {
                    content: "更多";
                }

        .kj-product-list-nav .kj-product-list-nav-in .kj-product-list-see-more::before {
            content: "收起" !important;
        }

    .kj-product-list-nav ul {
        width: 97%;
        padding-left: 65px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        height: 40px;
        overflow: hidden;
        padding-right: 40px;
    }

        .kj-product-list-nav ul li {
            list-style: none;
            margin-right: 20px;
            height: 40px;
            line-height: 40px;
        }

            .kj-product-list-nav ul li a {
                color: #333;
            }

                .kj-product-list-nav ul li a.active {
                    color: #ea5047;
                }

            .kj-product-list-nav ul li:first-child {
                color: #da261c;
            }

    .kj-product-list-nav .kj-product-list-nav-in:last-child {
        border: none;
    }

.kj-product-list-nav-change span:last-of-type::before {
    content: "收起" !important;
}

.kj-product-list-nav-change ul {
    overflow: initial;
    height: auto;
}

.kj-product-list-product {
   
}

    .kj-product-list-product .kj-product-list-product-in {
        border: 1px solid #e0e0e0;
        margin-bottom: 20px;
    }

        .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top {
            position: relative;
            min-height: 120px;
            padding-left: 10px;
        }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top img {
                width: 100px;
            }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media {
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: left;
            }

            .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body {
                padding-top: 28px;
                padding-bottom: 32px;
            }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body h4,
                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body p {
                    margin-top: 10px;
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body h4 span,
                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body p span {
                        color: #999;
                    }

                .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body ul {
                    display: flex;
                    align-items: center;
                    justify-content: left;
                    padding: 0;
                    margin: 0;
                    margin-top: 20px;
                }

                    .kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body ul li {
                        list-style: none;
                        padding-right: 10px;
                    }


.kj-prolist-out-in {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.kj-product-list-product-in-top .kj-prolist-out-in a {
    color: #dd3b3f;
    font-size: 12px;
    margin-left: 10px;
}

.kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .kj-goto-product-info i {
    margin-left: 5px;
}

.kj-product-list-product-in-bottom {
    display: none;
}

    .kj-product-list-product-in-bottom .table {
        margin: 0;
        text-align: center;
    }

        .kj-product-list-product-in-bottom .table thead {
            background-color: #f4f4f4;
        }

        .kj-product-list-product-in-bottom .table th {
            text-align: center;
            border: 0;
        }

        .kj-product-list-product-in-bottom .table tr {
            border-top: 1px solid #e6e8e9;
        }

            .kj-product-list-product-in-bottom .table tr td {
                height: 40px;
                line-height: 40px;
                padding: 0;
            }



                .kj-product-list-product-in-bottom .table tr td:nth-child(8) {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

.kj-pro-num div {
    margin: 0 auto;
    border: 1px solid #757575;
    border-radius: 3px;
    width: 70px;
    padding: 5px;
    color: #757575;
    line-height: initial;
}

    .kj-pro-num div input {
        width: 40%;
        text-align: center;
        border: none;
        height: 100%;
    }

.kj-product-list-product-in-bottom .table tr td:nth-child(8) div i {
    color: #757575;
}

 .kj-cartcc {
    display: inline-block;
    width: 23px;
    height: 23px;
   background-repeat:no-repeat;
    background-position: center center;
    background-size: 23px 23px;
    position: relative;
    top: 5px;
}

.kj-product-list-product-in-bottom .table &gt; tbody &gt; tr &gt; td,
.kj-product-list-product-in-bottom .table &gt; tbody &gt; tr &gt; th,
.kj-product-list-product-in-bottom .table &gt; tfoot &gt; tr &gt; td,
.kj-product-list-product-in-bottom .table &gt; tfoot &gt; tr &gt; th,
.kj-product-list-product-in-bottom .table &gt; thead &gt; tr &gt; td,
.kj-product-list-product-in-bottom .table &gt; thead &gt; tr &gt; th {
    border: none;
}

.kj-news-product-list-nav ol {
    height: 50px;
}

.kj-index-news-bgimg {
    width: 1400px;
    height: 385px;
    background-color: red;
}
.kj-pro-price{
    color:red;
}
.kj-navbar .navbar-default .navbar-nav &gt; li.active &gt; a {
    background-color: transparent;
    color: #fff;
}
.kj-product-list-product-in-top a{
    color:#333;
}
.kj-product-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media-body span{
    margin-right:10px;
    font-size:14px;
}
.kj-product-list-nav .kj-product-list-nav-in span:last-of-type.active::before{
    content:"收起"

}
.kj-navigation-page {
    text-align: center;
}

    .kj-navigation-page .pagination &gt; li &gt; a,
    .kj-navigation-page .pagination &gt; li &gt; span {
        margin: 0 5px;
        border-radius: 3px;
        color: #666;
    }

    .kj-navigation-page .pagination &gt; li.active &gt; a {
        background-color: #dd3b3f;
        color: #fff;
           border-color:#dd3b3f;
    }

    .kj-navigation-page .pagination &gt; li &gt; a:focus,
    .kj-navigation-page .pagination &gt; li &gt; a:hover,
    .kj-navigation-page .pagination &gt; li &gt; span:focus,
    .kj-navigation-page .pagination &gt; li &gt; span:hover {
        background-color: #dd3b3f;
        color: #fff;
        border-color: #dd3b3f
    }
/*详情*/
.kj-detail-info {
    color: #999999;
}

    .kj-detail-info h4 {
        margin-bottom: 30px;
        margin-top: 20px;
        font-size: 24px;
        display:inline-block;
        color: #333;
        padding: 7px 20px;
        padding-right: 100px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #dd3b3f;
        color:#fff!important;
    }

    .kj-detail-info span {
        color: #333;
    }

    .kj-detail-info .kj-detail-info-aa,
    .kj-detail-info p {
        margin-bottom: 23px;
    }
    .kj-detail-info p {
        font-size: 20px;
        margin-bottom: 0px;
    }
        .kj-detail-info-bb {
            margin-bottom: 30px;
        }

.kj-detail-img {
    width: 220px;
    height: 220px;
    border: 1px solid #d2d2d2;
    float: right;
}

.kj-detail-table-aa {
    margin-top: 7px;
}

    .kj-detail-table-aa .kj-product-list-product-in-bottom {
        padding: 0;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }

        .kj-detail-table-aa .kj-product-list-product-in-bottom .table {
            color: #666666;
        }

            .kj-detail-table-aa .kj-product-list-product-in-bottom .table thead {
                background-color: #a5d4f9;
                color: #dd3b3f;
            }

            .kj-detail-table-aa .kj-product-list-product-in-bottom .table tr:last-of-type {
                border-bottom: none;
            }

.kj-manual {
    color: #dd3b3f;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 0.39s;
}

    .kj-manual i {
        margin-right: 5px;
    }

    .kj-manual:hover {
        text-decoration: none;
    }

.kj-detail-three-tab {
    margin-top: 45px;
    margin-bottom: 40px;
}

    .kj-detail-three-tab .table th {
        width: 115px;
        padding: 14px 8px;
        padding-left: 20px;
    }

    .kj-detail-three-tab .table td {
        padding: 14px 20px;
    }

    .kj-detail-three-tab .nav-tabs {
        border-bottom: 1px solid #ddd;
    }

    .kj-detail-three-tab .nav &gt; li &gt; a {
        padding: 9px 36px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 0;
        background-color: #e8e8e8;
        color: #000;
        border: none;
    }

    .kj-detail-three-tab .nav-tabs &gt; li {
        margin: 0;
    }

        .kj-detail-three-tab .nav-tabs &gt; li.active &gt; a,
        .kj-detail-three-tab .nav-tabs &gt; li.active &gt; a:focus,
        .kj-detail-three-tab .nav-tabs &gt; li.active &gt; a:hover {
            color: #fff;
            background-color: #dd3b3f;
            border: none;
            border-radius: 0;
        }

.kj-nav .breadcrumb {
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

    .kj-nav .breadcrumb li a {
        color: #333;
    }

    .kj-nav .breadcrumb li.active {
        color: #dd3b3f;
    }

.kj-product-list-nav ul li a.active {
    color: #e3150a;
}

.kj-server-oo p {
    line-height: 30px;
}

.kj-detail-center {
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 35px;
}

    .kj-detail-center .nav-tabs &gt; li &gt; a {
        margin: 0;
        border: none;
        color: #333;
        font-size: 18px;
        padding: 5px 15px;
        border-bottom: 2px solid transparent;
    }

    .kj-detail-center .nav-tabs {
        border: none;
        border-bottom: 1px solid #cdcdcd;
    }

        .kj-detail-center .nav-tabs &gt; li.active &gt; a,
        .kj-detail-center .nav-tabs &gt; li.active &gt; a:focus,
        .kj-detail-center .nav-tabs &gt; li.active &gt; a:hover {
            border: none;
            background-color: #fff;
            border-radius: 0;
            color: #dd3b3f;
            border-bottom: 2px solid #dd3b3f;
            font-weight: bold;
            cursor: pointer;
        }

    .kj-detail-center .nav &gt; li &gt; a:focus,
    .kj-detail-center .nav &gt; li &gt; a:hover {
        background-color: #fff;
        color: #dd3b3f;
        border-radius: 0;
        font-weight: bold;
        border-bottom: 2px solid #dd3b3f;
    }

    .kj-detail-center .kj-detail {
        padding-top: 25px;
        line-height: 28px;
    }

        .kj-detail-center .kj-detail img {
            max-width: 99% !important;
            height: auto !important;
        }

.kj-detail-bottom {
    height: 415px;
    margin-bottom: 105px;
}

.kj-default-related .swiper-wrapper .swiper-slide:hover h5 a {
    text-decoration: none;
    color: #dd3b3f;
}

.kj-default-related .swiper-wrapper .swiper-slide:hover .kj-img-a {
    border: 1px solid #dd3b3f;
}

.kj-default-related .swiper-wrapper .swiper-slide .kj-img-a {
    height: 210px;
    display: flex;
    overflow:hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
}

    .kj-default-related .swiper-wrapper .swiper-slide .kj-img-a img {
        max-width: 100%;
        max-height: 208px !important;
    }

.kj-default-related .swiper-wrapper .swiper-slide h5 {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}

    .kj-default-related .swiper-wrapper .swiper-slide h5 a {
        color: #333;
    }

.kj-default-related .swiper-wrapper .swiper-slide span {
    font-size: 20px;
    color: #fe0000;
}
.kj-product-list-product-in-bottom .table thead tr{
    border-top:none;
}
.kj-swiper-re{
    display:flex;
    justify-content:space-between;
}
.kj-swiper-re i{
    font-style:normal;
    color:#666;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus{
    background-color:transparent;
    color:#fff !important;
}
.kj-navbar-nav .dropdown-menu{
    top:100%;
    padding:0;
    border:0;
}
    .kj-navbar-nav .dropdown-menu &gt; li &gt; a {
        padding: 10px 0;
        text-align: center;
      
    }
    .kj-navbar-nav .dropdown-menu &gt; li &gt; a:hover{
background-color:#dd3b3f;
color:#fff;
}
.kj-serversInfo {
    background-color: #fff;
    padding-bottom: 40px;
    margin-bottom: 65px;
}

    .kj-serversInfo .col-md-3 {
        width: 250px;
    }

    .kj-serversInfo .col-md-9 {
        width: calc(100% - 250px);
    }

    .kj-serversInfo .kj-server-left {
       
    }

        .kj-serversInfo .kj-server-left h1 {
            font-size: 20px;
            font-weight: bold;
            margin: 0;
            padding-bottom: 20px;
            border-bottom: 2px solid #dd3b3f;
        }

        .kj-serversInfo .kj-server-left ul {
            padding: 0;
            margin: 0;
        }

            .kj-serversInfo .kj-server-left ul li {
                list-style: none;
                border-bottom: 1px solid #dddddd;
            }

                .kj-serversInfo .kj-server-left ul li a {
                    color: #333;
                    display: block;
                    height: 40px;
                    line-height: 40px;
                    padding-left: 10px;
                    text-decoration: none;
                    transition-duration: 0.39s;
                }

                    .kj-serversInfo .kj-server-left ul li a:hover {
                        color: #dd3b3f;
                    }

    .kj-serversInfo .kj-server-right {
        padding-left: 5px;
        padding-right: 15px;
    }

        .kj-serversInfo .kj-server-right h1 {
            font-size: 20px;
            font-weight: bold;
            margin: 0;
            margin-bottom: 20px;
        }

        .kj-serversInfo .kj-server-right .kj-server-dec p {
            line-height: 26px;
            margin: 0;
        }

        .kj-serversInfo .kj-server-right .kj-server-dec img {
            max-width: 100%;
            height: auto !important;
        }

        .kj-serversInfo .kj-server-right .kj-server-header {
            font-size: 18px;
            border-left: 5px solid #dd3b3f;
            color: #dd3b3f;
            padding-left: 10px;
            margin-top: 25px;
            margin-bottom: 15px;
        }
.kj-news{
    margin-bottom:20px;
}
.kj-allpage-bg {
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .kj-allpage-bg .kj-pg-in {
        color: #fff;
        text-align: center;
    }

        .kj-allpage-bg .kj-pg-in h1 {
            font-size: 40px;
            font-weight: bold;
        }

        .kj-allpage-bg .kj-pg-in div {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #98a5ab;
        }

            .kj-allpage-bg .kj-pg-in div i {
                display: block;
                font-style: normal;
                margin: 0 20px;
                font-size: 20px;
            }

            .kj-allpage-bg .kj-pg-in div span {
                display: block;
                width: 35px;
                height: 2px;
                background-color: #98a5ab;
            }
.kj-serversInfo .kj-server-left ul li.active a{
    color:#dd3b3f;
}
.kj-concactus-form .formcolumn-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

    .kj-concactus-form .formcolumn-item dt {
        font-size: 14px;
        color: #555;
        margin-right: 10px;
        width: 80px;
    }

    .kj-concactus-form .formcolumn-item dd {
        width: calc(100% - 100px);
        position: relative;
    }

        .kj-concactus-form .formcolumn-item dd input {
            width: 96%;
            height: 38px;
            line-height: 38px;
            padding: 0 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        }

            .kj-concactus-form .formcolumn-item dd input:focus {
                border: 1px solid #dd3b3f;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(221, 59, 63, 0.6);
            }

        .kj-concactus-form .formcolumn-item dd textarea {
            width: 96.2%;
            height: 100px;
            padding: 5px 10px;
            border: 1px solid #dedede;
            border-radius: 3px;
            box-shadow: none;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            resize: none;
        }

            .kj-concactus-form .formcolumn-item dd textarea:focus {
                border: 1px solid #dd3b3f;
                outline: 0 none;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(221, 59, 63, 0.6);
            }

        .kj-concactus-form .formcolumn-item dd .form-vcodebox img {
            height: 36px;
        }

.kj-concactus-form .formcolumn-item-ct {
    display: flex;
    line-height: 38px;
}

.kj-concactus-form .formcolumn-item dd .form-vcodebox {
    width: 95px;
    order: 1;
    height: 38px;
    margin-left: 10px;
}

.kj-concactus-form .formcolumn-item dd .formcom-vcode {
    width: 24%;
}

.kj-concactus-form .formcolumn-item dd .required {
    order: 3;
    margin-left: 10px;
    font-weight: bold;
}

.kj-concactus-form .formcolumn-item dd .formcolumn-item-tips {
    order: 4;
}
.kj-concactus-form form {
    display: flex;
    flex-wrap: wrap;
}
.kj-btn-form {
    width: 100%;
    text-align: center;
    margin-top:15px;
}
.kj-btn-form input {
   color:#fff;
   width:100px;
    background-color: #dd3b3f;
}
    .kj-btn-form input:hover{
        background-color:#b33033;
        color:#fff;
    }
.kj-article-bottom span {
    display: block;
}
.kj-article-bottom{
    
}
.kj-article-bottom a{
    color:#dd3b3f;
}
.kj-newscon{
    max-width:100%!important;
    height:auto !important;
}
.kj-navbar .kj-navbar-form .input-group .kj-input-group-addon button{
    background-color:transparent;
    color:#fff;
    border:none;
    font-size:16px;
    padding:0;
}
/*搜索*/
.kj-prolistright-des {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

    .kj-prolistright-des .kj-prolistright-top img {
        width: 120px;
        margin-right: 30px;
        margin-left: 10px;
    }

.kj-prolistright-top {
    padding: 15px 15px;
}

.kj-prolist-pack {
    padding: 0px 15px;
}

    .kj-prolist-pack tbody tr {
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

.kj-prolist-bot {
    margin-bottom: 20px;
}

.kj-prolist-shopcar {
    float: right;
}

    .kj-prolist-shopcar a {
        color: #fff;
        padding: 8px 15px;
        background-color: #0c4da2;
        border-radius: 10px;
        text-decoration: none;
    }

        .kj-prolist-shopcar a:hover {
            background-color: #2a6cad;
        }

.kj-prolist-collect a {
    color: #333;
    text-decoration: none;
}

.kj-prolist-collect i {
    color: #333;
    margin-right: 5px;
    margin-left: 10px;
}

.kj-prolist-collect:hover a {
    color: #0c4da2;
}

.kj-prosearch-pricelist {
    padding: 15px;
}

.kj-prosearch-casbox {
    border-top: 1px solid #cccccc;
}

.kj-prosearch-goodlist {
    /*border-bottom: 1px solid #d9d9d9;*/
}
.kj-prosearch-pricelist span a{
    color:#dd3b3f;
}
.pro-list-click span, .pro-list-click i {
    color: #dd3b3f;
}
.kj-prosearch-pricelist .pro-list-click {
    float: right;
}

    .kj-prosearch-pricelist .pro-list-click a {
        color: #0c4da2;
        text-decoration: none;
    }

.kj-prosearch-pricelist span:first-child {
    width: 100px;
    display: inline-block;
}

.kj-prosearch-goodlistmore {
    color: #e30c30;
    padding: 8px 15px;
    font-size: 13px;
    cursor: pointer;
}

.kj-prolist-con a {
    color: #333;
}

    .kj-prolist-con a:hover {
        color: #0c4da2;
        text-decoration: none;
    }

.kj-prolist-con {
    color: #999;
}

    .kj-prolist-con span {
        padding-right: 10px;
    }

    .kj-prolist-con h4 {
        padding-bottom: 5px;
        font-weight: 600;
    }

.pro-num .minus, .kj-pro-num-box .kj-pro-num-minus {
    border: 0px;
    border-right: 0px;
    overflow: hidden;
    float: left;
}

.pro-num .plus, .kj-pro-num-box .kj-pro-num-plus {
    border: 0px;
    border-left: 0px;
    float: right;
}

.pro-num input, .kj-pro-num-box input {
    width: 20px;
    height: 23px;
    text-align: center;
    border: 0px;
    border-left: 0px;
    border-right: 0px;
}

.pro-num, .kj-pro-num-box {
    margin: 0 auto;
    border: 1px solid #949494;
    height: 25px;
    width: 72px;
    border-radius: 5px;
    text-align: center;
}

.kj-prolist-pack .table &gt; thead &gt; tr &gt; th {
    text-align: center;
    border: none;
}

.kj-prolist-pack .table &gt; thead &gt; tr {
    background-color: #f7f7f7;
}

.kj-prolist-pack .table &gt; tbody &gt; tr {
    border-bottom: 1px dotted #ddd
}

    .kj-prolist-pack .table &gt; tbody &gt; tr &gt; td {
        line-height: 30px;
        color: #626262;
        border: none;
    }

.kj-detail-product-in-bottom .table &gt; thead &gt; tr {
    background-color: transparent;
}

.kj-prolist-pack .table &gt; tbody &gt; tr:first-child &gt; td {
    border: none;
}

.kj-pre-price {
    color: #e3150a;
}

.kj-product-list-nav-in ul a {
    color: #333;
}

.kj-prolistright-top {
    display: flex;
    align-items: center;
    justify-content: left;
}

.kj-search-result {
    height: 110px;
    line-height: 110px;
    font-size: 24px;
    color: #0c4da2;
    font-weight: bolder;
    margin: 0;
}

.kj-search-list-product {
    margin-top: 0;
    margin-bottom: 125px;
}

    .kj-search-list-product hr {
        margin: 0;
        border-top: 2px solid #ccc;
    }

        .kj-search-list-product hr:last-of-type {
            margin-top: 25px;
        }

    .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-top {
        padding: 0;
    }

        .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-top .media {
            padding-left: 10px;
        }

    .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-bottom {
        padding: 0 20px;
    }

        .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-bottom .table tr {
            border-top: none;
            border-bottom: 1px dotted #dcdcdc;
        }

        .kj-search-list-product .kj-product-list-product-in .kj-product-list-product-in-bottom .table thead tr {
            border-bottom: none;
        }

.kj-search-pro-info {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .kj-search-pro-info a {
        color: #0c4da2;
    }

    .kj-search-pro-info span {
        margin-right: 20px;
    }

.kj-search-other-pro-info {
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
}

    .kj-search-other-pro-info:last-child {
        border-bottom: none;
    }

.kj-search-other-pro-info-see-more {
    color: #e30c30;
}

    .kj-search-other-pro-info-see-more i {
        margin-left: 10px;
    }

.kj-search-other-pro {
    height: 200px;
    overflow: hidden;
}
.kj-modal{
    background-color:#fff;
}
.kj-modal .modal-content{
    box-shadow:none;
    border:none;
}
.kj-modal .modal-header button{
    padding:6px!important;
}
.kj-todaysale{
    margin-bottom:40px;
}
    .kj-todaysale .kj-newpro {
        margin-bottom:30px;
    }
.kj-todaysale .col-xs-6{
    padding-right:0;
}
.kj-todaysale .row{
    margin-right:0;
}
.kj-allpage-bg .kj-pg-in h1{
    font-size:26px;
}
.kj-server-dec{
    line-height:30px;
}
.kj-prolist-out-in a{
    text-decoration:none;
}
.kj-pro-num i:hover{
    cursor:pointer;
}
.kj-prolist-right .kj-product-list-nav{
    margin-bottom:40px;
}
.kj-default-swiper5 .kj-com-img{
    overflow:hidden;
}
    .kj-default-swiper5 .kj-com-img img{
        transition-duration:0.39s;
    }
    .kj-default-swiper5 .kj-com-img:hover img {
        transform: scale(0.8)
    }
.kj-three .kj-box h3{
    margin-bottom:5px;
}
.kj-li-a{
    height:60px;
    display:flex !important;
   
    align-items:center;
    justify-content:center;
}
.kj-navbar-nav .dropdown-menu .kj-li-a {
    height: auto;
    width: 100%;
}
    .kj-navbar-nav .dropdown-menu .kj-li-a a {
        width: 100%;
        padding: 10px;
    }
.kj-navbar .navbar-default .navbar-nav &gt; li.active, .navbar-default .navbar-nav &gt; .open, .kj-navbar .navbar-default .navbar-nav &gt; li:hover {
    background-color: #b33033;
}
.kj-li-a:hover .kj-li-a0{
    display:block!important;
}
.kj-navbar-nav .dropdown-menu .kj-li-a2 {
    display:block!important;
}
    .kj-navbar-nav .dropdown-menu .kj-li-a2:hover .dropdown-menu{
        display:block;
    }
        .kj-navbar-nav .dropdown-menu .kj-li-a2:hover .dropdown-menu li a:hover{
            background-color:#b33033;
        }
        .kj-navbar-nav .dropdown-menu .kj-li-a2 .dropdown-menu {
            position: relative;
           top:-1px;
            overflow-y: inherit;
            height: auto;
        }
.kj-companyname{
    font-size:16px;
}
.kj-three .kj-box:hover{
    border-color:#dd3b3f;
}
.kj-detail-content{
    word-break:break-word;
    line-height:30px;
}
    .kj-detail-content p{
        margin:0;
    }
    .kj-detail-content table {
        width: 100% !important;
    }
.kj-go-top{
    background-color:#b33033!important;
}
.kj-li-a2 .kj-li-a a {
    position: relative;
    top: -1px;
}
.kj-detail-content div,
.kj-detail-content table,
.kj-detail-content p,
.kj-detail-content h1,
.kj-detail-content h2,
.kj-detail-content h3,
.kj-detail-content h4,
.kj-detail-content h5,
.kj-detail-content h6,
.kj-detail-content span {
    position: inherit !important;
}
/*大包装询价*/
#blukquote_dialog .formcolumn-item{display:flex;align-items:center;margin-bottom:12px;}
#blukquote_dialog .formcolumn-item dt{font-size:14px;color:#555;margin-right:10px;width:80px;}
#blukquote_dialog  .formcolumn-item dd{width:calc(100% - 100px);position:relative}
#blukquote_dialog  .formcolumn-item dd input{width:90%;height:38px;line-height:38px;padding:0 10px;border:1px solid #dedede;border-radius:3px;box-shadow:none;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;}
#blukquote_dialog .formcolumn-item dd input:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd textarea {
    width: 90%;
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #dedede;
    border-radius: 3px;
    box-shadow:none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    resize:none;
}
#blukquote_dialog  .formcolumn-item dd textarea:focus{border:1px solid #66afe9;outline:0 none;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(102, 175, 233, 0.6)}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox img{height:38px;}
#blukquote_dialog  .formcolumn-item-ct{display:flex;line-height:38px;}
#blukquote_dialog  .formcolumn-item dd .form-vcodebox{width:110px;order:1;height:38px;margin-left:10px;}
#blukquote_dialog  .formcolumn-item dd .formcom-vcode{width:20%;}
#blukquote_dialog .formcolumn-item dd .required{order:3;margin-left:10px;font-weight:bold;}
#blukquote_dialog  .formcolumn-item dd .formcolumn-item-tips{order:4;}
#blukquote_dialog .modal-footer{border-top:0;padding:15px 0 30px 0;}
#blukquote_dialog .modal-footer input{background:#78bbe6;color:#fff;width:40%;padding:0;font-size:16px;height:40px;transition:all 0.2s linear 0s;}
#blukquote_dialog .modal-footer input:hover{background:#1d64a4;}
#blukquote_dialog .modal-footer input:hover{color:#fff;}
.kj-accordion .active &gt; .kj-cdaohang {
    background-color: #dd3b3f!important;
}

.kj-accordion .active .kj-cdaohang &gt; a {
    color: #fff !important;
}

.kj-accordion .active .kj-cdaohang &gt; i {
    transform: rotate(45deg);
    color: #fff;
}
.kj-accordion {
    width: 100%;
}
.kj-evecbl {
    border-color: #dd3b3f!important;
    overflow: hidden;
}
.kj-accordion .panel-default &gt; .panel-heading{
    background-color:#fff;
}
.kj-cdaohang {
    transition: all 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

    .kj-cdaohang a {
        display: block;
        text-decoration: none;
        color: #dd3b3f;
        transition: all 0.3s;
    }

    .kj-cdaohang i {
        transition: all 0.3s;
    }

.kj-evecbl:hover .kj-cdaohang {
    background-color: #dd3b3f!important;
}

    .kj-evecbl:hover .kj-cdaohang &gt; a {
        color: #fff !important;
    }

    .kj-evecbl:hover .kj-cdaohang &gt; i {
        transform: rotate(45deg);
        color: #fff;
    }

.kj-accordion .active &gt; .kj-cdaohang {
    background-color: #dd3b3f!important;
}

.kj-accordion .active .kj-cdaohang &gt; a {
    color: #fff !important;
}

.kj-accordion .active .kj-cdaohang &gt; i {
    transform: rotate(45deg);
    color: #fff;
}
.kj-datail-info-header h2 {
    font-size: 28px;
    margin: 20px 0;
}

.kj-datail-info-header p {
    color: #999;
}

    .kj-datail-info-header p span {
        color: #e6332c;
    }

.kj-datail-info-price {
    /*    background: url('../images/detailbg.png') no-repeat;
    background-position: center center;
    background-size: cover;*/
    width: 100%;
    height: 40px;
    color: #999;
    line-height: 40px;
}

    .kj-datail-info-price span {
        font-size: 22px;
        color: #e6332c;
        font-weight: bold;
        margin-left: 24px;
        position: relative;
        top: 2px;
    }

.kj-goods-in {
    display: flex;
    align-items: center;
    margin-top: 10px
}

    .kj-goods-in div {
        margin: 0;
        padding-left: 30px;
    }

    .kj-goods-in .kj-num {
        width: 95px;
        height: 28px;
        border: 1px solid #cccccc;
        display: flex;
        align-items: center;
        margin-left: 30px;
        padding: 0;
    }

        .kj-goods-in .kj-num input {
            width: 45px;
            text-align: center;
            border: 0;
            outline: none;
        }

        .kj-goods-in .kj-num span {
            display: inline-block;
            width: 24px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background-color: #f7f7f7;
        }

    .kj-goods-in span {
        color: #999;
        width: 100px;
        margin-bottom: 5px;
        flex: 0 0 28px;
    }

    .kj-goods-in ul {
        padding-left: 30px;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-wrap: wrap;
        margin: 0;
    }

        .kj-goods-in ul li {
            list-style: none;
            border: 1px solid #cccccc;
            padding: 4px 10px;
            margin-right: 10px;
            margin-bottom: 5px;
            width: auto;
        }

.kj-textarea {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    padding-left: 15px;
}

    .kj-textarea span {
        display: block;
        width: 36px;
        color: #999;
    }

    .kj-textarea .form-control {
        margin-left: 22px;
        display: inline-block;
        width: 92%;
        border-radius: 0;
    }

.kj-detail-buy {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .kj-detail-buy a {
        border: 1px solid #e6332c;
        width: 180px;
        border-radius: 0;
        transition-duration: .39s;
    }

        .kj-detail-buy a:hover {
            background-color: #064d23 !important;
            color: #fff;
        }


        .kj-detail-buy a i {
            margin-right: 5px;
        }

        .kj-detail-buy a:last-child {
            background-color: #e6332c;
            color: #fff;
            margin-left: 5px;
        }
.kj-datail-info-header p i {
    display: inline-block;
    width: 100px;
}

.kj-datail-info-header p span {
    padding-left: 30px;
}

.kj-goods-in .kj-num span {
    margin-bottom: 0;
    flex: initial;
}
.kj-right-img{
    display:flex;
    align-items:center;
}
.kj-datail-info-price i{
    font-style:normal;
}
.kj-detail-buy {
    margin-top: 35px;
    margin-bottom: 35px;
}

    .kj-detail-buy a {
        border: 1px solid #e6332c;
        width: 180px;
        color:#dd3b3f;
        border-radius: 0;
        transition-duration: .39s;
    }

        .kj-detail-buy a:hover {
            background-color: #b33033 !important;
            color: #fff !important;
        }


        .kj-detail-buy a i {
            margin-right: 5px;
        }

        .kj-detail-buy a:last-child {
            background-color: #e6332c;
            color: #fff;
            margin-left: 5px;
        }
#accordion .kj-cbnr .panel-body a{
    display:block;
    color:#333;
}
#accordion .kj-cbnr .panel-body a:hover{
    color:#dd3b3f;
}</pre></body></html>